home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / zkuste / delphi / kolekce / d3456 / gmprintsuite_eval.exe / {app} / GmPrintSuite_D5.dpk < prev    next >
Encoding:
Delphi Package  |  2002-01-04  |  1.3 KB  |  57 lines

  1. package GmPrintSuite_D5;
  2.  
  3. {$R *.RES}
  4. {$R 'GmGridPrint.dcr'}
  5. {$R 'GmMultipageImage.dcr'}
  6. {$R 'GmOrientationImage.dcr'}
  7. {$R 'GmPreview.dcr'}
  8. {$R 'GmPrinterList.dcr'}
  9. {$R 'GmRtfPreview.dcr'}
  10. {$R 'GmThumbnails.dcr'}
  11. {$R 'GmTreeViewPrint.dcr'}
  12. {$ALIGN ON}
  13. {$ASSERTIONS ON}
  14. {$BOOLEVAL OFF}
  15. {$DEBUGINFO ON}
  16. {$EXTENDEDSYNTAX ON}
  17. {$IMPORTEDDATA ON}
  18. {$IOCHECKS ON}
  19. {$LOCALSYMBOLS ON}
  20. {$LONGSTRINGS ON}
  21. {$OPENSTRINGS ON}
  22. {$OPTIMIZATION ON}
  23. {$OVERFLOWCHECKS OFF}
  24. {$RANGECHECKS OFF}
  25. {$REFERENCEINFO ON}
  26. {$SAFEDIVIDE OFF}
  27. {$STACKFRAMES OFF}
  28. {$TYPEDADDRESS OFF}
  29. {$VARSTRINGCHECKS ON}
  30. {$WRITEABLECONST ON}
  31. {$MINENUMSIZE 1}
  32. {$IMAGEBASE $400000}
  33. {$DESCRIPTION 'GmPrintSuite Printing Components'}
  34. {$IMPLICITBUILD OFF}
  35.  
  36. requires
  37.   vcl50;
  38.  
  39. contains
  40.   GmTypes in 'GmTypes.pas',
  41.   GmErrors in 'GmErrors.pas',
  42.   GmGridPrint in 'GmGridPrint.pas',
  43.   GmLegacy in 'GmLegacy.pas',
  44.   GmMultipageImage in 'GmMultipageImage.pas',
  45.   GmObjects in 'GmObjects.pas',
  46.   GmOrientationImage in 'GmOrientationImage.pas',
  47.   GmPreview in 'GmPreview.pas',
  48.   GmPrinterList in 'GmPrinterList.pas',
  49.   GmRegister in 'GmRegister.pas',
  50.   GmRtfPreview in 'GmRtfPreview.pas',
  51.   GmStream in 'GmStream.pas',
  52.   GmThumbnails in 'GmThumbnails.pas',
  53.   GmTreeViewPrint in 'GmTreeViewPrint.pas',
  54.   GmConst in 'GmConst.pas';
  55.  
  56. end.
  57.